<?php

$body_file = "10-20-2022-functions-2. php";

include("header.php");
include("body.php");
include("footer.php");

?>